setEnableDocumentJavaScriptBlocks Method
In This Topic
Sets a value indicating whether document javascript code blocks are enabled.
If document javascript code blocks are not enabled, then the method will return null and new javascript blocks cannot be created.
Syntax
public void setEnableDocumentJavaScriptBlocks(
boolean
)
|
Parameters
- value
- True if the document javascript code blocks are enabled.
See Also